GDK W32: Update layered windows on opacity changes
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 2 Sep 2017 15:25:36 +0000 (15:25 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Nov 2017 15:44:41 +0000 (15:44 +0000)
commit0ee453a45bbfedfadc262ecf31c336aebff8766f
treebdec5b5bfb93e84e28c1f9582d91bfc09e0e2f05
parent8caba9536cdccb6657b315c3af852b5febf712fb
GDK W32: Update layered windows on opacity changes

Without this patch layered windows are only updated when they are moved
by the user or then their contents changes. This patch adds opacity
changes to the list of things that make GDK update a window. Without this
windows that don't redraw and are not moved by the used (DnD drag indicator
windows, for example) don't change their opacity.

https://bugzilla.gnome.org/show_bug.cgi?id=786509
gdk/win32/gdkwindow-win32.c